home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 2.6 KB | 85 lines | [TEXT/MPS ] |
- /*
- File: Speech.idl
-
- Contains: Speech Interfaces.
-
- Version: Technology: System 7.5
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __SPEECH_IDL__
- #define __SPEECH_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __TYPES_IDL__
- #include <Types.idl>
- #endif
- #ifndef __MEMORY_IDL__
- #include <Memory.idl>
- #endif
- #ifndef __FILES_IDL__
- #include <Files.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
- /*------------------------------------------*/
- /* GetSpeechInfo & SetSpeechInfo selectors */
- /*------------------------------------------*/
- /*------------------------------------------*/
- /* Speaking Mode Constants */
- /*------------------------------------------*/
- typedef SOMFourByteStruct SpeechChannelRecord; /* Derived from a struct of 4 bytes in size */
-
- typedef OpaquePtr SpeechChannel; /* Substituted OpaquePtr for “SpeechChannelRecord*” */
-
- typedef SOMLargeStruct VoiceSpec; /* Derived from a struct of 8 bytes in size */
-
- typedef SOMLargeStruct VoiceDescription; /* Derived from a struct of 362 bytes in size */
-
- typedef SOMLargeStruct VoiceFileInfo; /* Derived from a struct of 72 bytes in size */
-
- typedef SOMLargeStruct SpeechStatusInfo; /* Derived from a struct of 8 bytes in size */
-
- typedef SOMLargeStruct SpeechErrorInfo; /* Derived from a struct of 14 bytes in size */
-
- typedef SOMLargeStruct SpeechVersionInfo; /* Derived from a struct of 20 bytes in size */
-
- typedef SOMLargeStruct PhonemeInfo; /* Derived from a struct of 54 bytes in size */
-
- typedef SOMLargeStruct PhonemeDescriptor; /* Derived from a struct of 56 bytes in size */
-
- typedef SOMLargeStruct SpeechXtndData; /* Derived from a struct of 6 bytes in size */
-
- typedef SOMFourByteStruct DelimiterInfo; /* Derived from a struct of 4 bytes in size */
-
- typedef OpaquePtr SpeechTextDoneProcPtr;
- typedef OpaquePtr SpeechTextDoneUPP;
- typedef OpaquePtr SpeechDoneProcPtr;
- typedef OpaquePtr SpeechDoneUPP;
- typedef OpaquePtr SpeechSyncProcPtr;
- typedef OpaquePtr SpeechSyncUPP;
- typedef OpaquePtr SpeechErrorProcPtr;
- typedef OpaquePtr SpeechErrorUPP;
- typedef OpaquePtr SpeechPhonemeProcPtr;
- typedef OpaquePtr SpeechPhonemeUPP;
- typedef OpaquePtr SpeechWordProcPtr;
- typedef OpaquePtr SpeechWordUPP;
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __SPEECH_IDL__ */
-
-